home *** CD-ROM | disk | FTP | other *** search
/ Amiga Collections: Camelot / Camelot 030 (1988-11)(Swedish User Group of Amiga)(SE)(PD)[WB].zip / Camelot 030 (1988-11)(Swedish User Group of Amiga)(SE)(PD)[WB].adf / IFFDevCon / anim / readme < prev    next >
Text File  |  1988-05-04  |  1KB  |  25 lines

  1.  
  2. These versions of GrabANIM and DisplayANIM have been provided as an example of
  3. ANIM creation and playback.  These programs provide examples of vertical byte
  4. run length compression.  The two routines involved in the compression and
  5. decompression (skip.c and unvscomp.asm) were written by Jim Kent and were
  6. released by him to public domain.  Thanks go to Jim for his contribution
  7. to these programs and to the success of the ANIM format.
  8.  
  9. The basic IFF read/write code came from the EA IFF routines.  There have been
  10. some modifications made to these routines and these mods have not always 
  11. been in the same vein as the original code.  Most notably, there have been
  12. some global variables added which may render the code non-reentrant.
  13.  
  14. In the case of DisplayANIM, this version (1.0) does NOT do all the things
  15. that the versions of ShowANIM do.  First of all it will only play
  16. vertical byte style compression.  Second, there is no timing code so
  17. all ANIMs played with this DisplayANIM will just run as fast as possible.
  18. The intent was not to give away the full source to ShowANIM, but to only
  19. provide a working example of ANIM playback.
  20.  
  21. This sample code compiles under Aztec 3.4.
  22.  
  23. Gary Bonham, SPARTA Inc.
  24. 24 March 1988
  25.